Skip to content

Fix "deploy (ubuntu-latest, 3.9)" CI failure due to Python version conflict#77

Merged
pluflou merged 2 commits into
mainfrom
copilot/fix-deploy-ubuntu-latest-3-9
Jul 3, 2026
Merged

Fix "deploy (ubuntu-latest, 3.9)" CI failure due to Python version conflict#77
pluflou merged 2 commits into
mainfrom
copilot/fix-deploy-ubuntu-latest-3-9

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

gh-pages.yml specified Python 3.9, but environment-dev.yml requires python>=3.10. The setup-miniconda action patches the env file by appending python=3.9, creating an unsolvable conflict that prevented environment creation entirely.

Changes

  • gh-pages.yml: Bump matrix python-version from 3.9'3.10' to satisfy environment-dev.yml's python>=3.10 constraint
  • Action versions: actions/checkout@v3@v4, conda-incubator/setup-miniconda@v2@v3 (eliminates Node.js 20 deprecation warnings, aligns with ci.yml)

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy (ubuntu-latest, 3.9) Fix "deploy (ubuntu-latest, 3.9)" CI failure due to Python version conflict Jul 3, 2026
Copilot AI requested a review from pluflou July 3, 2026 23:38
@pluflou pluflou marked this pull request as ready for review July 3, 2026 23:44
@pluflou pluflou merged commit ad50369 into main Jul 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants